Skip to content

Add challenge 97: Fused Residual RMSNorm#273

Open
Ryannnice wants to merge 2 commits into
AlphaGPU:mainfrom
Ryannnice:challenge/97-RMS-Norm
Open

Add challenge 97: Fused Residual RMSNorm#273
Ryannnice wants to merge 2 commits into
AlphaGPU:mainfrom
Ryannnice:challenge/97-RMS-Norm

Conversation

@Ryannnice
Copy link
Copy Markdown
Contributor

Adds a new medium challenge: Fused Residual RMSNorm.

This challenge asks solvers to fuse two common transformer operations:

  1. compute hidden = x + residual
  2. apply row-wise RMSNorm with a per-column weight

The problem is distinct from the existing RMSNorm challenge because it operates on a 2D (M, N) tensor, computes one RMS value per row, and includes the residual addition in the same operation.

Files added:

  • challenge.py
  • challenge.html
  • CUDA starter
  • Triton starter
  • PyTorch starter
  • JAX starter
  • CuTe starter
  • Mojo starter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant